@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", serif;
    font-size: 16px;
    font-weight: 400;
}

.container {
   padding: 20px;
}

.row {
    display: block;
}

.row::after {
    content: '';
    display: block;
    clear: both;
}

.red {background-color: red;}
.green {background-color: green;}
.blue {background-color: blue;}


.w33 {
    width: 33.333333%;
    float: left;
    padding: 20px;
}

.w50 {
    width: 50%;
    float: left;
    padding: 20px;
}

.w75 {
    width: 75%;
    float: left;
    padding: 20px;
}


.w25 {
    width: 25%;
    float: left;
    padding: 20px;
}

.w60 {
    width: 60%;
    float: left;
    padding: 20px;
}

.w40{
    width: 40%;
    float: left;
    padding: 20px;
}

.res-img {
    max-width: 100%;
    height: auto;
}

.w100 {
    width: 100%;
    padding: 20px;
}

.head {
    width: 100%;
    height: 100px;
    text-align: center;
}

.menu {
    height: 100px;
    padding: 20px;
    text-align: left;
    background-color: rgb(83, 105, 130);
    width: 100%;
    text-decoration: none;
}


.logo {
    height: 60px;
    float: left;
    margin-right: 40px;
}

.menu-link {
    color: #f8f8f8;
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
    line-height: 60px;
    text-indent: 5px;
    font-size: 20px;
}

.home-page {
    background-color: #f8f8f8;
}


.fone {
    width: 1920px;
    height: 1080px;
    background-image: url(../img/home-bg.svg);
    background-size: cover;
    background-position: center;
    position: fixed;
    left: calc(50% - 960px);
    top: 0;
    z-index: -10;
}

.sitename {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
    font-size: 60px;
    color: rgba(255, 255, 255, 0.821);
    
}


.location-button {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: url(../img/location-dot-solid.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    outline: 20px solid rgba(255, 0, 0, 0);
    transition: .5s;
}

.location-button:hover {
    /* outline-color: rgba(255, 0, 0, 0.488); */
    transform: scale(1.7);
}

.location-button-title {
    position: absolute;
    top: 35px;
    left: 35px;
    opacity: 0;
    font-size: 20px;
    color: rgb(14, 53, 88);
    font-weight: bold;
    transition: 1s;
}

.location-button:hover .location-button-title {
    opacity: 1;
}

.italia {
    top: 456px;
    left: 944px;
}

.kitai {
    left: 1340px;
    bottom: 525px;
}

.russia {
    left: 1060px;
    bottom: 689px;
}

.oo {
    text-align: center;
    color:rgb(222, 128, 28);
    font-size: 80px;

}

.tailand {
    left: 1321px;
    bottom: 441px;
}

.amerika {
    left: 440px;
    bottom: 600px;
}

.egipet {
    left: 994px;
    bottom: 492px;
}

.strani li {
    list-style-type: none;
    padding: 10px;
    border-bottom: 1px solid rgb(200, 200, 200)
}

.strani-link {
    text-decoration: none;
    color: rgb(83, 105, 130);
    font-size: 40px;
}

.tablee {
    width: 100%;
    margin-top: 40px;
    font-size: 30px;
}

.text {
    font-size: 30px;
    text-align: justify;
    margin-bottom: 20px;
}

ul.text {
    font-size: 30px;
    margin-bottom: 20px;
    margin-left: 60px;
}

.prez {
    text-decoration: none;
    color: rgb(222, 128, 28);
}